/* 底部 */
footer{
    background-image: url(../images/foot.jpg);
    padding-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .desc{
    width: 42.35%;
}
footer .ft{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
footer .ft h1{
    font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
}
footer .line{
    margin-top: 8px;
    margin-bottom: 15px;
    width: 20px;
	height: 2px;
	background-color: #ffffff;
}
footer p{
    line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
}
footer .fnav{
    width: 62.64%;
}
footer .fnav ul{
    display: flex;
    justify-content: space-between;
}
footer .fnav ul li{
    color: #fff;
}
.foot{
    border-top: 1px solid #616161;
    padding: 18px 0;
    background-image: url(../images/foot.jpg);
    background-position: center;
    background-repeat: no-repeat;

}
.foot .area{
    display: flex;
    justify-content: space-between;
}
.foot .area p{
    font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.8;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    footer .fnav {
        width: 45%;
    }
    footer .fnav ul{
        flex-wrap: wrap;
    }
    footer .fnav ul li{
        width: 30%;
        line-height: 35px;
    }
    .foot{
        padding: 12px 0;
    }
}
/* 移动端 */
@media (max-width:767px){
    footer{
        padding-top: 30px;
    }
    footer .ft{
        padding-bottom: 30px;
    }
    footer .fnav,footer .desc{
        width: 100%;
        margin-bottom: 10px;
    }
    footer .fnav ul{
        flex-wrap: wrap;
    }
    footer .fnav ul li{
        width: 30%;
        line-height: 35px;
    }
    .foot{
        padding: 12px 0;
    }
    footer .ft{
        flex-wrap: wrap;
    }
    .foot .area{
        flex-wrap: wrap;
    }
}